home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / os2 / com0914.zip / COM0914.DOC < prev    next >
Text File  |  1992-09-18  |  6KB  |  152 lines

  1.  
  2. Important:
  3.  
  4. COM0914 contains newer and experimental COM.SYS and VCOM.SYS drivers
  5. (dated 14sep92) which must be used in combination with the COMM.DRV and
  6. MODE.COM files which were part of the COM2210A beta com driver package.
  7. The referenced MODE.COM and COMM.DRV are included in this package.
  8.  
  9.  
  10.           BETA RELEASE OF OS/2 COMMUNICATION DRIVERS
  11.  
  12.  
  13.  COM.SYS       08-10-92 (replaced by newer version dated 09-14-92)
  14.  VCOM.SYS      08-07-92 (replaced by newer version dated 09-14-92)
  15.  COMM.DRV      06-11-92
  16.  MODE.COM      08-06-92
  17.  
  18.  
  19.  IBM DISCLAIMS ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING
  20.  WITHOUT LIMITATION, WARRANTIES OF FITNESS AND MERCHANTABILITY WITH
  21.  RESPECT TO THE INFORMATION IN THIS DOCUMENT AND INCLUDED SOFTWARE
  22.  PRODUCTS.  . BY FURNISHING THIS MATERIAL, IBM GRANTS NO LICENSES TO ANY
  23.  RELATED PATENTS OR COPYRIGHTS.
  24.  
  25.  Copyright IBM Corporation, 1992, all rights reserved.
  26.  
  27.  
  28.  1.0       INSTALLATION PROCEDURE
  29.  
  30.               a.    The following files will be replaced:
  31.  
  32.                     x:\OS2\COM.SYS
  33.                     x:\OS2\MODE.COM
  34.                     x:\OS2\MDOS\VCOM.SYS
  35.                     x:\OS2\MDOS\WINOS2\SYSTEM\COMM.DRV
  36.  
  37.               These files will be backed up with the extension *.392.  If
  38.               files with this extension already exist, then NO BACKUP will
  39.               take place.  The installation utility is assuming that you
  40.               are using IBM OS/2 2.0 GA release drivers.
  41.  
  42.               b.    Switch to the drive and directory where the BETA files
  43.                     are located.
  44.  
  45.               c.    Enter "cominst  x:" at the command line where
  46.                     x: is the drive letter of the OS/2 Partition.
  47.  
  48.               d.    To DE-Install the BETA drivers communication driver,
  49.                     Enter DEINSTL x: where x: is the drive letter of the
  50.                     OS/2 Partition.
  51.  
  52.  
  53.  
  54.     2.0      DESCRIPTION OF DRIVERS
  55.  
  56.              The following is a brief description of the BETA
  57.              communication drivers for OS/2 2.0.  There are new
  58.              parameters for the COM.SYS which is located in the
  59.              CONFIG.SYS file.
  60.  
  61.     2.1      COM.SYS
  62.  
  63.              COM.SYS now has new parameters to indicate the COM port
  64.              number, the I/O address, the UNIQUE IRQ level and  how to
  65.              handle spurious interrupts.   An example follows:
  66.  
  67.              DEVICE=C:\OS2\COM.SYS (n,xxxx,ii,s) [(n,xxxx,ii,s)]...
  68.  
  69.  
  70.              where the last parameter is optional.
  71.  
  72.              n       :   COM port number (usually 3 and 4 but it is
  73.                          possible to configure any communication port to a
  74.                          differrent IRQ or I/O Address
  75.  
  76.              xxxx    :   COM port address
  77.  
  78.              ii      :   IRQ level
  79.  
  80.              s       :    Spurious interrupt handling switch
  81.                           values:
  82.  
  83.                           D or d   to deinstall COM driver if
  84.                                    more than 1000 consecutive
  85.                                    spurious interrupts occur.
  86.  
  87.                           I or i   to ignore spurious interrupt.
  88.  
  89.                           P or p   to post error if more than 1000
  90.                                    consecutive interrupts occur.   When
  91.                                    posting an error, some DOS applications
  92.                                    can hang.
  93.  
  94.              NOTE    :   Some UART chips or malfunctioning modems can cause
  95.                          interrupts when no interrupt is expected.  These
  96.                          interrupts are known as spurious interrupts.
  97.  
  98.  
  99.              COM.SYS also has the following fixes:
  100.  
  101.              1. COM.SYS now uses a different algorithm to test for the
  102.                 presence of a communications port at the given address.
  103.                 There were certain cases where a port was not recognized.
  104.  
  105.              2. COM.SYS does not detect Hayes ESP card so that Hayes
  106.                 ESP card can be used as a regular dual asynch card.
  107.  
  108.  
  109.     2.2      VCOM.SYS
  110.  
  111.              No parameters or settings required.  This version of VCOM.SYS
  112.              should work better with X00.SYS (and other similar
  113.              applications) when COM_DIRECT_ACCESS is ON.  COMDD.SYS (which
  114.              is required by older DOS applications such as BASIC) should
  115.              also perform better.  COMMDD.SYS is loaded into the DOS_DEVICE
  116.              setting for a Virtual Dos Machine.
  117.  
  118.  
  119.     2.2.1    COM_DIRECT_ACCESS DOS property
  120.  
  121.              When COM_DIRECT_ACCESS is ON, VCOM.SYS will allow a DOS
  122.              application to access the communication ports directly.  This
  123.              DOS property makes LapLink III, FaskLynx, FSDUAT, AS/400
  124.              Asynch Router, MS WORD work in VDM session.  However, since
  125.              the buffers in COM.SYS cannot be used, characters may be lost
  126.              and and some applications may suffer from the lack of
  127.              buffering.  With most DOS applications, COM_DIRECT_ACCESS
  128.              should be set to OFF as its default setting.
  129.  
  130.  
  131.     2.2.2    COM_SELECT DOS Property
  132.  
  133.              COM_SELECT allows the DOS session to select only one
  134.              communication port to be used by the session.  The
  135.              communication ports which are not selected will be hidden from
  136.              the DOS session.  There are some DOS applications which take
  137.              over every available communication port.  This DOS property is
  138.              effective in preventing those DOS applications from taking
  139.              over all the communication ports.  An example of a DOS
  140.              application which attempts to control all the communcication
  141.              ports is LapLink Pro.  If LapLink Pro and another application
  142.              which accesses a communication port are executed at the same
  143.              time, it is necessary to set COM_SELECT.  The default setting
  144.              is ALL.
  145.  
  146.  
  147.     2.3      COMM.DRV
  148.  
  149.              COMM.DRV contains the support for COM3 and COM4 in WinOS2.
  150.              This COMM.DRV requires the new VCOM.SYS.
  151.  
  152.